@charset "utf-8";
/* 全局界面 */

body {
	font-size: 16px;
}
.inner, .links, .copyright {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.grid h2{
	height:40px;
	position: relative;
}
.grid h2 b {
	display: block;
	width: 170px;
	height: 40px;
}
.grid h2 b.fw {
	margin-top: 20px;
	margin-bottom: 20px;
	background-position: -450px -240px;
}

.grid h2 b.hd {
	margin-top: -20px;
	background-position: -450px -280px;
}
.grid h2 b.st {
	margin-top: 20px;
	background-position: -450px -320px;
}
.box {
	padding: 20px;
	background-color: #f5f5f5;
}
.box .pane {
	padding:0;
	background-color: transparent;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.h300{
	height:300px;
	overflow:hidden;
}

@media (max-width: 1200px) {
	.header h1,  .nav ul,  .search,  .inner,  .content,  .links,  .copyright {
		width: 100%;
	}
	.grid h2 b {
		background-size: 560px auto;
	}
	.grid h2 b.fw {
		background-position: -390px -205px;
	}
	.grid h2 b.hd {
		background-position: -390px -242px;
	}
	.grid h2 b.st {
		background-position: -370px -278px;
	}
	.box {
		padding: 10px;
	}
	.h300{
		height:auto;
		overflow:hidden;
	}
	.grid h2 b.hdjl{
		margin-top:20px;
		margin-bottom:20px;
	}
}
.header {
	height: 480px;
	margin-bottom: 30px;
	background: url(../images/2023_header_bg.png) center no-repeat;
}
.header .inner {
	position: relative;
	z-index: 10;
	width: 1400px;
	margin: 0 auto;
}
.header h1 {
	width: 495px;
	height: 100px;
	float: left;
	background: url(../images/logo.png) 50% 50% no-repeat;
}
.header h1 a {
	display: block;
	height: 60px;
}
.time {
	margin-right: 15px;
	color: #ffffff;
}
.fl {
	display: flex;
}
.change {
	padding: 6px 20px;
	background: linear-gradient(0deg, #F54444 0%, #CB2E29 100%);
	border-radius: 15px;
}
.older {
	display: none;
}
.head-row {
	display: flex;
	align-items: center;
	margin-bottom: 85px;
}
.nav {
	height: 80px;
	line-height: 80px;
	margin-left: auto;
}
.nav ul {
	display: flex;
}
.nav li {
	text-align: center;
	font-size: 22px;
	margin-right: 10px;
}
.nav li a {
	padding: 0 16px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	display: block;
}
.nav li a.current, .nav li a:hover {
	height: 80px;
	background: #4698F1;
	border-radius: 8px;
}
.search-box {
	width: 650px;
	height: 60px;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}
.search-box .jsms {
	width: 120px;
	height: 46px;
	padding: 5px 8px;
	margin: 7px -120px 7px 0;
	position: relative;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(197, 159, 113, 0.2);
	z-index: 10;
}
.search-box .jsms .js-content {
	width: 420px;
	height: 220px;
	padding: 16px 0;
	position: absolute;
	display: none;
	bottom: 73px;
	left: 0;
	background: #FFFFFF;
	border-radius: 14px;
}

.search-box .jsms .js-content::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50px;
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}


.search-box .jsms .js-content .gr,
.search-box .jsms .js-content .qy {
	width: 50%;
	height: 100%;
	display: block;
	float: left;
}
.search-box .jsms .js-content .gr {
	border-right: 1px solid #F4F7FB;
}

.grms, .qyms {
	width: 100px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2D2D2D;
	margin: 0 auto;
}

.grms img, .qyms img {
	width: 63px;
	height: 63px;
	margin-bottom: 10px;
	transform-style: preserve-3d;
	transition: transform 1s;
}

.grms:hover img,
.qyms:hover img {
	transform: rotateY( 360deg );
}

.js-wd {
	width: 100%;
	margin-top: 20px;
	display: block;
}

.js-wd a {
	width: 40%;
	height: 26px;
	line-height: 26px;
	margin: 5px calc( 20%/4 );
	float: left;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #2D2D2D;
}

.js-wd a:hover {
	color: #004E8E;
}

.search-box .jsms .js-btn {
	width: 104px;
	height: 36px;
	display: block;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	text-shadow: 0 1px 8px rgba(206,172,109,0.59);
	background: url(../images/jsms.png) 100% 100% no-repeat;
	cursor: pointer;
}
.search input, .search button {
	float: left;
	display: block;
}
.search input {
	box-sizing: border-box;
	width: 560px;
	height: 60px;
	line-height: 20px;
	padding: 10px 14px 10px 134px;
	border: none;
	background: #ffffff;
	outline: none;
	border-radius: 3px 0 0 3px;
	z-index: 5;
}
.search button {
	width: 90px;
	height: 60px;
	border: none;
	background: linear-gradient(90deg, #D6B983 0%, #D6B983 100%);
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
}
.search-btn {
	display: none;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
}
.search-btn.search-close {
	background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M521.694 449.297L111.41 39.014a51.2 51.2 0 1 0-72.43 72.363l410.282 410.317L38.98 932.01a51.2 51.2 0 1 0 72.397 72.396l410.317-410.282 410.317 410.282a51.2 51.2 0 1 0 72.396-72.362L594.125 521.694l410.282-410.283a51.2 51.2 0 1 0-72.396-72.397L521.728 449.297z' fill='%233a7'/%3E%3C/svg%3E");
}
.search .btn {
	color: #fff;
	font-size: 14px;
	margin-top: -8px;
	line-height: 18px;
}
.search p {
	width: 650px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	color: #fff;
}
.search p a {
	width: 80px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	padding: 2px 0;
	background: #1C589B;
	cursor: pointer;
}
.t0 {
	position: relative;
	padding: 8px 0 9px 24px;
	border-bottom: 1px solid #ddd;
	line-height: 22px;
	font-size: 22px;
	color: #19548c;
}

.t0:before, .t0:after {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
}
.t0:before {
	left: 0;
	width: 3px;
	background-color: #bf0614;
}
.t0:after {
	left: 4px;
	width: 7px;
	background-color: #19548c;
}
.t0 a+a {
	margin-left: 16px;
}

.t0 a{
	font-family: SimSun ;
	font-weight: bold;
}

.t0 a.current {
	color: #19548c;
}

.table-bordered>tbody>tr {
	height: 50px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px 30px;
	line-height: normal;
	vertical-align: middle;
	border: 1px solid #E3E9F2;
}


.table-bordered>tbody>tr>th {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #333333;
	background-color: #F2F8FF;
}

.table-bordered>tbody>tr>td {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}


@media (max-width:480px) {
	.t0{
		padding: 8px 0 9px 17px;
	}

	.t0 a+a {
		margin-left: 8px;
	}
}

@media (max-width:320px) {

	.t0,.t0 a{
		font-size: 18px;
	}

	.t0 a+a {
		margin-left: 2px;
	}

}
/* 移动端菜单 */

.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .2s;
}
.mask.on {
	display: block;
	opacity: 1;
}
body.modal-open {
	position: fixed;
	width: 100%;
}
.menu {
	display: none\9;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #19548c;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.menu.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu img {
	display: block;
	width: 90%;
	max-width: 220px;
	margin: 40px auto;
}
.menu li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.menu li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}
.menu li+li a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.menu>ul>li:nth-child(1) {
	animation-delay: .1s;
}
.menu>ul>li:nth-child(2) {
	animation-delay: .2s;
}
.menu>ul>li:nth-child(3) {
	animation-delay: .3s;
}
.menu>ul>li:nth-child(4) {
	animation-delay: .4s;
}
.menu>ul>li:nth-child(5) {
	animation-delay: .5s;
}
.menu>ul>li:nth-child(6) {
	animation-delay: .6s;
}
.menu>ul>li:nth-child(7) {
	animation-delay: .7s;
}
.menu .avatar {
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	border-radius: 100px;
	margin: 20px auto;
}
.menu .avatar i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 32px;
}
.menu p, .menu a {
	color: #fff;
}
.menu-btn {
	display: none;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 599;
	width: 50px;
	height: 50px;
	transition: .25s;
}
.menu-btn.on, .menu-btn.fixed {
	position: fixed;
}
.menu-btn>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #fff;
	border-radius: 2px;
	transition: .25s;
}
.menu-btn>span:nth-child(1) {
	top: 18px;
}
.menu-btn>span:nth-child(2) {
	top: 24px;
}
.menu-btn>span:nth-child(3) {
	top: 30px;
}
.menu-btn.on span, .hd+.menu-btn>span {
	background: #fff;
}
.menu-btn.on span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}
/* 切换模式 */
.ztqh  {
	display: inline-block;
	margin-top: 6px;
	font-size: 14px;
	height: 32px;
	line-height: 19px;
	color: #eee;
	position: relative;
	padding: 6px 15px;
}
.ztqh .icon-theme {
	font-size: 16px;
}
.ztqh i {
	background-position: 0px -60px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 0;
	cursor: pointer;
	font-style: normal;
	background: url(/material/2023/images/icons-mode.png) 0px -60px no-repeat;
	top: 5px;
	margin-right: 5px;
	background-size: auto 80px;
	transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.theme-choose {
	position: absolute;
	background-color: #fff;
	width: 123px;
	top: 35px;
	z-index: 600;
	display: none;
	border-radius: 5px;
}
.theme-choose img{
	width: 100%;
}
.ztqh:hover .theme-choose  {
	display: block;
}
ul.theme-choose li {
	width: 96px;
	height: 39px;
	line-height: 36px;
	margin: 4px 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: block;
}
.ztqh:hover i.icon-theme {
	background-position: 0 -60px;
	transform: rotate(90deg);
	filter: invert(33%) sepia(99%) saturate(6851%) hue-rotate(204deg)
	brightness(85%) contrast(97%);
}
.header .icon-theme {

	padding: 5px 17px;

	cursor: pointer;
}
.panel-body {
	padding: 15px;
	z-index: 999;
}
.header .panel-body table>tbody>tr>td {
	width: 430px;
	cursor: pointer;
}
.panel-body .table {
	width: auto;
	margin-left: 7.5%;
	margin-top: 3.3%;
	z-index: 99;
}
.header .fr {
	color: white;
}

.header .inner {
	z-index: auto;
}
.ztqh #skin::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid white;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -17px;
	left: 43%;
}
.ht {
	z-index: 10;
	position: relative;
}



/*头部微信选中效果*/
.ht {
	height: 50px;
	line-height: 50px;
}
.ht a {
	position: relative;
	z-index: 99;
	margin: 0 10px;
	color: #ffffff;
	cursor: pointer;
}
.ht p {
	margin: 0 10px;
	color: #ffffff;
}
.ht span {
	color: #ffffff;
}
.ht .qr {
	position: absolute;
	top: 30px;
	right: -30px;
	display: none\0;
	width: 120px;
	border: 5px solid #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	transform: translate(0, -6px);
	transition: all .3s;
}
.ht .qr:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 10px;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	margin-bottom: 4px;
}
.ht .qr img {
	display: block;
	width: 100%;
}
.ht a:hover .qr {
	display: block\0;
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 1400px) {
	.header {
		padding: 0 20px;
	}

	.header, .ht, .inner, .links, .copyright {
		width: 100%!important;
	}

	.header h1 {
		width: 300px;
		height: 60px;
		margin-left: 0;
		background-position: 0 10%;
		background-size: auto 60px;
	}
}
@media (min-width: 1200px) {
	.text_info {
		display: none;
	}
}
@media (max-width:1200px) {
	.header, .header h1 a {
		height: 150px;
		margin-bottom: 0;
	}

	.user {
		margin-top: -10px;
		margin-right: 15px;
	}
	.menu-btn,  .search-btn {
		display: block;
		top:80px;
	}
	.jsms {
		display: none;
	}
	.search input {
		padding: 10px 104px 10px 14px;
	}
	.search p {
		display: none;
	}
	.search-btn {
		top: 36px;
		margin-left: -90px;
		background: url(../images/search_ico.png) center center no-repeat;
		background-size: 50% 50%;
	}
	.search-box {
		box-sizing: border-box;
		position: absolute;
		top: 60px;
		left: 0;
		opacity: 0;
		width: 100%;
		height: 0;
		margin: 0;
		padding: 0 12px;
		background-color: #e9e9e9;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
		transition: all .2s;
	}
	.search-box.active {
		height: 84px;
		padding: 12px;
		opacity: 1;
		z-index: 99;
	}
	.search-box input {
		width: 100%;
	}
	.search button {
		position: absolute;
		right: 12px;
		top: 12px;
	}
	.nav,  .user {
		display: none;
	}

	.cop-l {
		width: 18%;
	}

	.cop-c {
		width: 60%;
	}

	.cop-r {
		width: 22%;
	}

	.blk {
		display: block;
	}

	.blk p {
		margin-bottom: 15px;
	}

}
@media (max-width: 1024px) {
	.older {
		display: block;
	}

}

@media (max-width: 660px) {
	.time {
		display: none;
	}

	.fl p {
		display: none;
	}
}

@media (max-width: 550px) {
	.ht {
		width: 100%;
	}

	.ht a {
		margin: 0 5px;
	}

	.header {
		padding: 0 10px;
	}

	.header h1 {
		width: 240px;
		height: 50px;
		background-size: auto 50px;
	}

	.search-btn {
		top: 20px;
	}

	.header .menu-btn {
		top: 64px;
	}

	.ht .fr {
		width: unset;
	}

	.ztqh {
		padding: 6px 15px;
	}



	.cop-l,
	.cop-c,
	.cop-r {
		width: 100%;
	}

	.cop-l,
	.cop-r {
		justify-content: center;
		margin-bottom: 15px;
	}

	.jc {
		margin: 0;
	}
}

@media (max-width: 425px) {

	.header h1 {
		width: 300px;
		height: 60px;
		margin-left: 0;
		background-position: 0 10%;
		background-size: auto 50px;
	}

	.search-box.active {
		height: auto;
		padding: 10px;
	}

	.search input {
		height: auto;
	}

	.search button {
		height: 40px;
		right: 10px;
		top: 10px;
		font-size: 16px;
	}
}

@media (max-width: 375px) {
		.header .older {
		    display: none;
	}
	.header {
		padding: 0 5px;
	}
}

/* 分页 */

.pages {
	padding: 20px 0;
	color: #333;
	text-align: center;
}
.pages a, .pages span {
	display: inline-block;
	line-height: 18px;
	margin: 0 2px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	vertical-align: middle;
	background-color: #e2e2e2;
	border-radius: 5px;
}
.pages a:hover {
	position: relative;
	background-color: #19548c;
	color: #fff;
}
.pages a.current {
	background-color: #19548c;
	color: #fff;
	position: relative;
}
.pages input, .pages select {
	border: 1px #e2e2e2 solid;
	display: inline-block;
	line-height: 18px;
	margin: 0 2px;
	padding: 8px 20px;
	font-size: 14px;
	margin-bottom: 10px;
	vertical-align: middle;
	background-color: #e2e2e2;
	border-radius: 5px;
}

/* 字体大小 */
.jfontsize {
	float: none;
	color: #747474;
	display: inline-block;
	vertical-align: bottom;
}

@media (max-width: 1024px) {
	.search p, .search .btn, .list-b li span{
		display: none;
	}
}

/*******************************************专题专栏 开始 / 20200727  /********************************************/

.topic {
	margin: 30px 50px;
}

#timeline {
	position: relative;
}

#timeline::before {
	content: '';
	position: absolute;
	top: 3%;
	left: 0;
	height: 100%;
	width: 4px;
	background: #d7e4ed
}

.topic li{
	margin-left: 10px;
	margin-bottom:10px;
	position: relative;
}

.topic li:before {
	content: '';
	position: absolute;
	top: 3%;
	left: -19px;
	width: 23px;
	height: 23px;
	background-color: #08c7f4;
	border:5px solid #fff;
	border-radius:100px;
}

.topic li h3{
	color:#333;
	line-height: 50px;
	font-size:36px;
	padding-left:10px;
}

.topic .line{
	height: 1px;
	width:100%;
	margin:20px 15px;
	border-top: 1px solid #ccc;
}

.topic li span{
	display: inline-block;
	margin:10px 15px;
}

.topic li span img{
	border-radius:5px;
	width:100%;
	height: 100%;
}

@media (max-width:768px) {

	.topic{
		margin: 0;
	}

	.topic li:before{
		top: 2%;
	}

}

/*******************************************专题专栏 结束 / 20200727  /********************************************/

/* tab */

.tab-pane {
	position: relative;
	overflow: hidden;
}

.tab-pane .pane{
	padding: 10px 0 0 0;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
	animation-duration: .3s;
}

.list-t li .date{
	top: 10px;
}

/*******************************************政府信息公开 开始 / 20230815  /********************************************/
.index-theme {
	margin-bottom: 30px;
}

.index-theme ul li {
	float: left;
	width: 13.72%;
	height: 200px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #BDDBFD;
	border-radius: 6px;
	margin-right: 1.28%;
	transition: width 0.7s;
}

.index-theme.op ul li {
	width: 18.95%;
}

.index-theme ul li.wid {
	width: 40%;
	border: 1px solid #CB9547;
}

.index-theme ul li:last-child {
	margin-right: 0;
}

.index-theme ul li .index-theme-left {
	display: block;
	float: left;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: width 0.4s;
}

.index-theme ul li.wid .index-theme-left {
	width: 34.4%;
	position: relative;
}

.index-theme ul li.wid.li8 .index-theme-left {
	width: 24.3%;
}

.index-theme ul li .index-theme-left a {
	display: block;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #2D2D2D;
}

.index-theme ul li.wid .index-theme-left a {
    color: #CB9547;
}

.index-theme ul li .index-theme-left i {
	display: inline-block;
	width: 82px;
	height: 82px;
	overflow: hidden;
}

.i1 {
	background: url(../images/i1_ico.png) no-repeat;
}

.i2 {
    background: url(../images/i2_ico.png) no-repeat;
}

.i3 {
    background: url(../images/i3_ico.png) no-repeat;
}

.i4 {
    background: url(../images/i4_ico.png) no-repeat;
}

.i5 {
    background: url(../images/i5_ico.png) no-repeat;
}

.index-theme ul li .index-theme-right {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    width: 65.6%;
    height: 100%;
    padding: 20px 10px;
}

.index-theme ul li .index-theme-right .right-links {
    width: 100%;
    height: 100%;
    /*writing-mode: vertical-lr; */
}

.index-theme ul li .index-theme-right .right-links a {
    width: 65%;
    height: 32px;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #2D2D2D;
    writing-mode: horizontal-tb;
    cursor: pointer;
}

.index-theme ul li .index-theme-right .right-links.wd80 a {
    width: 80%;
}

.index-theme ul li .index-theme-right .right-links a:hover {
    color: #CB9547;
}

.index-theme ul li .index-theme-right .right-links a:before {
    content: "";
    width: 6px;
    height: 12px;
    position: absolute;
    display: block;
    left: -15px;
    top: 9px;
    background: url(../images/right_links_before.png) no-repeat;
}

.index-theme ul li.wid .index-theme-right .more-ico {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate( 0 , -50%);
    background: url(../images/more_ico.png) no-repeat;
}

.grid.y1 .tab {
    margin-top: 30px;
}

.jd-pic {
	width: 100%;
	margin-top: 10px;
	display: block;
	position: relative;
	border-radius: 6px;
}

.jd-pic img {
	width: 100%;
	height: 206px;
	border-radius: 6px;
}

.jd-pic span {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0 0 6px 6px;
}

.zcjd .prev,
.zcjd .next {
	position: absolute;
	top: 50%;
	z-index: 9;
	display: block;
	width: 24px;
	height: 40px;
	margin-top: -15px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}

.zcjd .prev {
	background: url(../images/prev.png) 100% 100% no-repeat;
	transform: translate(-50px, 0);
	left: 0;
}

.zcjd .next {
	background: url(../images/next.png) 100% 100% no-repeat;
	transform: translate(50px, 0);
	right: 0;
}

.zcjd:hover .prev,
.zcjd:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}

.wjss {
	width: 100%;
}

.wjss h3 {
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.wjss h3 a {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #004E8E;
	border-bottom: 4px solid #004E8E;
}

.wjss-box {
	width: 100%;
	padding: 25px 30px;
	background: #F6FBFF;
	border: 1px solid #BDDBFD;
}

form.wjss-box label {
	width: 75px;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	color: #262625;
}

form.wjss-box input {
	width: calc( 100% - 90px );
	height: 38px;
	padding: 0 20px;
	border: 1px solid #ECEBEC;
	border-radius: 3px;
	outline: none;
}

form.wjss-box input::placeholder {
	font-weight: 400;
	color: #C2C3C3;
}

.time-row {
	display: flex;
	align-items: center;
}

.time-row .input-right {
	display: flex;
}

.time-row .input-right p {
	width: 18px;
	margin: 0 10px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.time-row input.time-input {
	width: calc( (100% - 124px )/2 );
}

.time-row .input-right input.time-input {
	width: calc( 100% - 38px );
}

.button-row {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.button-row span.btn {
	width: 110px;
	height: 38px;
	font-size: 18px;
	font-weight: 500;
	color: #2D2D2D;
	background: #E5EFFB;
	border-radius: 3px;
}

.button-row span.btn:hover {
	color: #FFFFFF;
	background: #014E8C;
}

.zf-bt {
	width: 100%;
	height: 60px;
	margin-top: 30px;
}

.zf-bt a {
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #004E8E;
}

.zfxxgk-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.zfxxgk-list a {
	width: 100%;
	height: 60px;
	display: flex;
	padding: 0 80px;
	align-items: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #2D2D2D;
	background: #FFFFFF;
	border: 1px solid #D2CFCA;
}

.zfxxgk-list a i {
	display: block;
	margin-right: 20px;
	transform-style: preserve-3d;
	transition: transform 1s;
}

.gk1 {
	width: 38px;
	height: 37px;
	background: url(../images/xxgkzn.png) no-repeat;
}

.gk2 {
	width: 28px;
	height: 32px;
	background: url(../images/ixxgkml.png) no-repeat;
}

.gk3 {
	width: 32px;
	height: 32px;
	background: url(../images/fdzdgknr.png) no-repeat;
}

.gk4 {
	width: 30px;
	height: 32px;
	background: url(../images/xxgknb.png) no-repeat;
}

.gk5 {
	width: 30px;
	height: 33px;
	background: url(../images/wzgzndbb.png) no-repeat;
}

.gk6 {
	width: 32px;
	height: 31px;
	background: url(../images/ysqgk.png) no-repeat;
}

.zfxxgk-list a:hover {
	background: url(../images/zfxxgk_bg.png) no-repeat;
	background-size: 100% 100%;
	border: none;
}

.zfxxgk-list a:hover i {
	transform: rotateY( 360deg );
}

.leader {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 20px;
	background: url(../images/leader_bg.png) no-repeat;
	background-size: 100% 100%;
}

.leader-info {
	width: 100%;
	display: flex;
}

.leader-info a.pic {
	width: 150px;
	height: 203px;
	margin-right: 25px;
}

.leader-info a.pic img {
	width: 100%;
	height: 100%;
}

.leader-info .information {
	width: calc( 100% - 175px );
}

.leader-info .information h4 {
	font-size: 24px;
	font-weight: 600;
	color: #2B2A2C;
	margin-bottom: 30px;
}

.leader-info .information p {
	font-size: 20px;
	font-weight: 500;
	color: #2B2A2C;
	margin-bottom: 15px;
}

.leader-info .information p span {
	font-weight: 600;
}

.leader-info .information a.yhs {
	width: 216px;
	height: 52px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	background: url(../images/ldxx_bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0 30px 0 0;
}

.leader-info .information a.yhs img {
	transform-style: preserve-3d;
	transition: transform 1s;
}

.leader-info .information a.yhs:hover img {
	transform: rotateY( 360deg );
}

.other-leaders {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.other-leaders a {
	width: 23%;
	height: 60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2D2D2D;
	background: #E5EFFB;
	border: 1px solid #DAE9FA;
	border-radius: 3px;
}

.other-leaders a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background-color: #004E8E;
	border-radius: 3px;
	transform: scale(1, 0.4);
	transition: all .3s;
}

.other-leaders a:hover:before {
	transform: scale(1, 1);
}

.leader-menu {
	display: flex;
	flex-flow: column;
	margin-top: 60px;
}

.leader-menu a {
	width: 100%;
	height: 92px;
	margin-bottom: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	color: #555555;
	background: url(../images/leader_menu_bg.png) no-repeat;
	background-size: 100% 100%;
}

.leader-menu a i {
	display: block;
	margin-right: 20px;
}

.l1 {
	width: 26px;
	height: 31px;
	background: url(../images/dwzc.png) no-repeat;
}

.l2 {
	width: 39px;
	height: 27px;
	background: url(../images/nsjg.png) no-repeat;
}

.l3 {
	width: 30px;
	height: 29px;
	background: url(../images/zsdw.png) no-repeat;
}

.leader-menu a:hover {
	color: #FFFFFF;
	background: url(../images/leader_menu_active.png) no-repeat;
	background-size: 100% 100%;
}

.leader-menu a:hover .l1 {
	background: url(../images/dwzc_active.png) no-repeat;
}

.leader-menu a:hover .l2 {
	background: url(../images/nsjg_active.png) no-repeat;
}

.leader-menu a:hover .l3 {
	background: url(../images/zsdw_active.png) no-repeat;
}

.y3 {
	padding-bottom: 60px;
}

.y3 h3.tab {
	margin-bottom: 10px;
}

.y3 h3.zf-bt {
	margin-top: 0;
}

.zwgkzt {
	width: 100%;
	display: flex;
	flex-flow: column;
}

.zwgkzt a {
	width: 100%;
	height: 130px;
	padding: 30px;
	font-size: 26px;
	font-weight: 600;
	color: #2d4060;
	transition: all .3s;
}

.zwgkzt a span {
	color: #f2804b;
}

.zwgkzt a:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	transform: translate(0, -3px);
}

.zdlyxxgk {
	margin-bottom: 20px;
	background: url(../images/zdlyxxgk.png) no-repeat;
	background-size: 100% 100%;
}

.zwwgk {
	background: url(../images/zwwgk.png) no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 1400px) {
	.time-row .input-right {
		width: calc( 50% - 26px );
	}

	.button-row span.btn {
		width: auto;
		padding: 6px 15px;
	}

	.other-leaders a {
		width: auto;
		padding: 0 30px;
	}
}

@media (max-width: 1000px) {
	.index-theme {
		position: relative;
		padding-bottom: 420px;
		margin-bottom: 20px;
	}

	.index-theme ul li {
		width: 19%;
		margin-right: 1.25%;
	}

	.index-theme ul li.wid {
		width: 19%;
	}

	.index-theme ul li.wid .index-theme-left {
		width: 100%;
	}

	.index-theme ul li.wid .index-theme-right {
		width: 100%;
		height: 200px;
		padding: 30px 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		border: 1px solid #CB9547;
		border-radius: 6px;
	}

	.zfxxgk-list a {
		padding: 0 40px;
	}

	.time-row {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.index-theme {
		padding-bottom: 300px;
	}

	.index-theme ul li {
		height: 84px;
	}

	.index-theme ul li .index-theme-left i {
		display: none;
	}

	.index-theme ul li .index-theme-left a {
		margin-top: 0;
	}

	.grid.y1 .tab {
		margin-top: 0;
	}

	.wjss h3 a,
	.zf-bt a {
		font-size: 24px;
	}

	.jd-pic img {
		height: auto;
	}

	.zfxxgk-list a {
		padding: 0 120px;
	}
}

@media (max-width: 520px) {
	.index-theme ul li {
		padding: 18px 0;
	}

	.index-theme ul li .index-theme-left {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.index-theme ul li .index-theme-left a {
		font-size: 22px;
	}

	.index-theme ul li.wid .index-theme-right {
		padding: 30px 10px 30px 40px;
		writing-mode: vertical-lr;
	}

	.index-theme ul li .index-theme-right .right-links a {
		width: 47%;
		font-size: 16px;
	}

	.zfxxgk-list a {
		padding: 0 60px;
	}

	.leader-info {
		display: block;
	}

	.leader-info a.pic {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.leader-info .information {
		width: 100%;
	}

	.leader-info .information h4 {
		text-align: center;
	}

	.other-leaders {
		display: block;
		height: 150px;
	}

	.other-leaders a {
		width: 45%;
		margin: calc( 10%/4 );
		float: left;
	}

	.leader-menu {
		margin-top: 20px;
	}
}

@media (max-width: 425px) {
	.wjss h3 a,
	.zf-bt a {
		font-size: 22px;
	}

	.time-row {
		display: block;
	}

	.time-row .input-right {
		width: 100%;
		margin-top: 15px;
	}

	.time-row input.time-input,
	.time-row .input-right input.time-input {
		width: calc( 100% - 90px );
		margin-left: auto;
	}

	.zfxxgk-list a {
		padding: 0 30px;
	}
}

/*******************************************二级列表 开始 / 20230821  /********************************************/
.where {
	width: 100%;
	height: 40px;
	line-height: 21px;
	padding: 0;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #5B5B5B;
	border-bottom: 1px solid #EBEBEB;
}

.where img {
	margin-right: 10px;
}

.side {
	width: 100%;
}

.side h2 {
	height: 120px;
	display: flex;
	align-items: center;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/side_h2_bg.png) no-repeat;
	background-size: 100% 100%;
	justify-content: center;
}
.side h2 a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.side ul {
	margin-left: 2px;
	margin-right: 1px;
	padding-bottom: 500px;
	border-left: 4px solid #004E8E;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.side ul li {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
}

.side ul li.current,
.side ul li:hover {
	background: #F3F8FF;
}

.side ul li a {
	width: 100%;
	padding: 0 50px;
	display: block;
	font-size: 22px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #2D2D2D;
}

.side ul li.current a,
.side ul li:hover a {
	color: #004E8E;
}

.main h3 {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: 600;
	color: #004E8E;
	border-bottom: 1px solid #004E8E;
}

.main ul li {
	width: 100%;
	display: flex;
	align-items: center;
}

.main ul li span {
	padding-right: 40px;
	margin-right: 36px;
	border-right: 1px solid #E6E6E6;
}

.main ul li span .yy-dd {
	display: flex;
	margin-bottom: 10px;
}

.main ul li span .yy-dd p {
	margin-left: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #2D2E2D;
}

.main ul li span .yy-dd p.fs30 {
	margin-left: 0;
	margin-right: 5px;
	font-size: 30px;
}

.main ul li span p.year {
	width: 76px;
	height: 23px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	background: #8DC5F6;
	border-radius: 12px;
}

.main ul li a {
	width: calc( 100% - 153px);
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}

.main ul li a h4 {
	width: 85%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #2D2D2D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.main ul li a:hover h4 {
	color: #004E8E;
}

.main ul li a .inf {
	display: flex;
}

.main ul li a .inf p {
	color: #696868;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.main ul li a .inf p.date {
	width: 30%;
}

.main ul li a .inf p.source {
	width: 60%;
}

@media (max-width: 990px) {
	.side h2 {
		height: 60px;
		font-size: 24px;
		background: #004E8E;
	}

	.side ul {
		padding: 0;
		margin: 0;
		border: 0;
		overflow: hidden;
	}

	.side ul li {
		width: 30%;
		height: 40px;
		line-height: 40px;
		float: left;
		margin: calc( 10%/6 );
		background: #eeeeee;
	}

	.side ul li a {
		padding: 0;
		font-size: 16px;
		text-align: center;
	}

	.main h3 {
		font-size: 24px;
	}
}

@media (max-width: 520px) {
	.where {
		height: auto;
		line-height: 28px;
	}

	.side ul li {
		width: 45%;
		margin: calc( 10%/4 );
	}

	.main ul li span {
		padding-right: 20px;
		margin-right: 16px;
	}

	.main ul li a {
		width: calc( 100% - 113px);
	}

	.main ul li a h4 {
		width: 100%;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}

	.main ul li a .inf {
		display: block;
	}

	.main ul li a .inf p.date,
	.main ul li a .inf p.source {
		width: 100%;
	}
}

/*******************************************三级正文 开始 / 20230822  /********************************************/
.article {
	padding: 30px;
	background: #FFFFFF;
	position: relative;
}

.article h2 {
	height: auto;
	padding-right: 0;
	margin: 45px 0 5px 0;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	color: #333333;
}

/*上标题*/
.article .zwsbt {
    padding: 5px 0;
    line-height: 1.5;
    height: auto;
    padding-right: 0;
    margin: 45px 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333333;
}

/*副标题*/
.zwbt {
	padding: 15px 0;
	line-height: 1.5;
	font-size: 24px;
	text-align: center;
	color: #333;
}

.article .option {
	margin: 0;
	border-bottom: 5px dashed #efefef;
}

.right-box {
	position: absolute;
	height: 85%;
	right: 30px;
	top: 17.5%;
}

#article-right {
	position: sticky;
	display: block;
	top: 60px;
	z-index: 2;
}

#article-right ul {
	display: flex;
	flex-flow: column;
	background: #FFFFFF;
}

#article-right ul li {
	width: 95px;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	transition: all 0.35s ease-in-out;
}

#article-right ul li.fx {
	height: 70px;
	margin-bottom: 0;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #919292;
	border-top: 1px solid #E2E2E2;
}

#article-right ul li a {
	display: flex;
	flex-flow: column;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #919292;
	cursor: pointer;
}

#article-right ul li.a-r-close {
	margin-bottom: 0;
}

#article-right ul li a img {
	margin-bottom: 10px;
}

#article-right>ul>li.xs {
	margin-bottom: -30px;
	opacity: 0;
}

#article-right>ul>li.xs2 {
	visibility: hidden;
}

#article-right>ul>li.z45 {
	transform: rotate(180deg);
}

#qrcode img {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.right-box {
		right: 10px;
		top: 320px;
	}

	.zwsbt {
		margin-bottom: -90px;
	}
}

@media (max-width: 520px) {
	.right-box {
		display: none;
	}

	.zwsbt {
		margin-bottom: -30px;
	}
}

/*******************************************规范性文件三级正文 开始 / 20230830  /********************************************/
.article-side {
	min-height: 700px;
	margin-top: 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #E3E3E3;
}

.gljd-card {
	width: 100%;
	height: 120px;
	padding: 50px 20px 0 20px;
	margin-bottom: 70px;
	position: relative;
	background: #F2F8FF;
	border: 1px solid #DAE8FA;
}

.gljd-card span {
	min-width: 97px;
    padding: 0 10px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/gljd_leftop.png) no-repeat;
	background-size: 100%;
}

.gljd-card a {
	display: -webkit-box;
	font-size: 18px;
	font-weight: 400;
	color: #2D2E2D;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tl-container {
	display: flex;
	flex-flow: column;
	background: url(/material/2023/images/xiantiao.png) 22px top no-repeat;
}
.tl-container div:nth-last-of-type(1){
margin-bottom: 0px;
background: #fff;
}
.tl-container .tl-col {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.tl-container .tl-col .tl-info {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
}

.tl-container .tl-col .tl-info .circle {
	width: 44px;
	height: 44px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D6B983;
	border-radius: 50%;
}

.tl-container .tl-col .tl-info>i {
	width: 11px;
	height: 13px;
	margin-right: 10px;
	display: block;
	background: url(../images/normal.png) no-repeat;
}

.tl-container .tl-col .tl-info .circle>i {
    display: block;
    width: 22px;
    height: 24px;
    margin-right: 0px;
}

.tl-container .tl-col .tl-info .circle .life1{
	background: url(../images/qcsm_ico.png) no-repeat;
}

.tl-container .tl-col .tl-info .circle .life2{
	background: url(../images/jcca_ico.png) no-repeat;
}

.tl-container .tl-col .tl-info .circle .life3{
	background: url(../images/yjzj_ico.png) no-repeat;
}

.tl-container .tl-col .tl-info .circle .life4{
	background: url(../images/zcwj_ico.png) no-repeat;
}
.tl-container .tl-col .tl-info .circle .life5{
	background: url(../images/zcjd_ico.png) no-repeat;
}
.tl-container .tl-col .tl-info .circle .life6{
	background: url(../images/qcsm_ico.png) no-repeat;
}


.tl-container .tl-col .tl-info a {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
}

.tl-container .tl-col .tl-time {
	width: calc( 100% - 44px);
	height: 0;
	padding: 30px 12px 0 12px;
	position: absolute;
	left: 44px;
	top: 44px;
	opacity: 0;
	transition: height  .5s;
	background: url(../images/tl_time_bg.png) no-repeat;
	background-size: 100% 100%;
}

.tl-container .tl-col .tl-time a {
	display: -webkit-box;
	font-size: 16px;
	font-weight: 400;
	color: #2D2E2D;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tl-container .tl-col .tl-time a:hover {
	color: #03589B;
}

.tl-container .tl-col.active .tl-info .circle {
	background: #03589B;
}

.tl-container .tl-col.active .tl-info i {
	background: url(../images/active.png) no-repeat;
}

.tl-container .tl-col.active .tl-info a {
	color: #03589B;
}

.tl-container .tl-col:hover {
	padding-bottom: 90px;
}

.tl-container .tl-col:hover .tl-time {
	height: 100px;
	opacity: 1;
}

.tl-container .active .tl-time {
	height: 100px;
	opacity: 1;
}

.tl-container .active {
	padding-bottom: 90px;
}


@media (max-width: 1000px) {
	.info {
		flex-flow: column;
	}

	.share {
		margin-bottom: 10px;
	}
}

@media (max-width: 520px) {
	.table-responsive .table-bordered>tbody>tr {
		height: auto;
		display: block;
	}

	.table-responsive .table-bordered>tbody>tr>th {
		width: 30%;
		float: left;
	}

	.table-responsive .table-bordered>tbody>tr>td {
		width: 70%;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.table-responsive .table>tbody>tr>td,
	.table-responsive .table>tbody>tr>th,
	.table-responsive .table>tfoot>tr>td,
	.table-responsive .table>tfoot>tr>th,
	.table-responsive .table>thead>tr>td,
	.table-responsive .table>thead>tr>th {
		padding: 8px 8px;
		display: block;
	} 

	.share {
		display: none;
	}
	    .article .option .info span {
        display:inline-block;
    }
}

/* 已归档标识 */
.ytimg 
{
    float: right; 
    margin-top: -140px;
    position: relative;
    margin-right: 135px;
    display: none;
}
.ytimg a {
    font-size: 14px;
    color: #e40000;
    position: absolute;
    top: 37px;
    right: 20px;
}
.ytimg.gd {
    display: block;
}